getNative

fun WebRtcDataChannel.getNative(): RTCDataChannel(source)

Returns the native RTCDataChannel. Use with caution.

Report a problem


fun WebRtcPeerConnection.getNative(): RTCPeerConnection(source)

Returns implementation of the rtc peer connection that is used under the hood. Use it with caution.

Report a problem


fun WebRtc.RtpSender.getNative(): RTCRtpSender(source)

Returns implementation of the rtp sender that is used under the hood. Use it with caution.

Report a problem


fun WebRtc.DtmfSender.getNative(): RTCDtmfSender(source)

Returns implementation of the dtmf sender that is used under the hood. Use it with caution.

Report a problem


fun WebRtc.RtpParameters.getNative(): RTCRtpSendParameters(source)

Returns implementation of the rtp parameters that is used under the hood. Use it with caution.

Report a problem